configuration /
system /
ext-auth /
ldap /
mappings /
mapping[ID]
CLI REST-API
enable
enable LDAP mapping
This is a read-write object and valid values are:
See also:
/configuration/system/ext-auth/ldap/mappings/mapping[ID]
/configuration/system/ext-auth/ldap/mappings/mapping[ID]/mapping
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*
Example using curl:
curl /api/configuration/system/ext-auth/ldap/mappings/mapping.*
Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/mappings/mapping.*
Body:
{
"enable": true
}
Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/mappings/mapping.* -d
{
"enable": true
}
Valid values when accessing this object via REST API/JSON: false [0], true [1]